Vcenter Authorization Privileges ListItem

Vcenter Authorization Privileges ListItem
Vcenter Authorization Privileges ListItem

The Vcenter Authorization Privileges ListItem schema contains information about an authorization privilege in the vCenter Server.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "privilege": "string",
    "info": {
        "name": "string",
        "description": "string",
        "on_parent": false,
        "version": 0
    }
}
string
privilege
Required

The ID of the privilege.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.authorization.Privilege. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.authorization.Privilege.

info
Required

Information about the privilege.

This property was added in vSphere API 9.0.0.0.